Updates an existing User specified by its type and id path parameters and according to the request body.
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Specify the user type to which your operations will be restricted.
any, organization, client The id of the referenced User.
x >= 1An object conforming to the User schema to be merged with the existing User.
A user with organization-wide access.
This property describes the type of object in the response body.
OrganizationUser The full name of the user.
65"Bernard Greensmith"
User name for login.
40"b.greensmith"
Only active users may log in.
true
A list of user roles allowed for this user.
Optional Field
This flag must be true to allow login with badge capability.
Optional Field
true
The last Warehouse that was active for the user.
Optional Field
OK - The operation completed successfully and there is no response body.